home *** CD-ROM | disk | FTP | other *** search
/ Ultra 33 Video Bundle / Ultra 33 Video Bundle - Disc 2.iso / graphics / intrface.dir / 00052_Script_52 < prev    next >
Text File  |  1995-08-21  |  3KB  |  109 lines

  1. on exitFrame
  2.   if rollover(1) then 
  3.     set the visibility of sprite 21  to 0
  4.     set the visibility of sprite 22  to 0
  5.     set the visibility of sprite 23  to 0
  6.     set the visibility of sprite 25  to 0
  7.     set the visibility of sprite 26  to 0
  8.     set the visibility of sprite 27  to 0
  9.     set the visibility of sprite 29  to 0
  10.     set the visibility of sprite 30  to 0
  11.     set the visibility of sprite 28 to 1
  12.     set the visibility of sprite 24 to 1
  13.     updatestage
  14.   end if
  15.   
  16.   
  17.   
  18.   if rollover(2) then 
  19.     set the visibility of sprite 23  to 0    
  20.     set the visibility of sprite 22  to 0
  21.     set the visibility of sprite 24  to 0
  22.     set the visibility of sprite 25  to 0
  23.     set the visibility of sprite 28  to 0
  24.     set the visibility of sprite 27  to 0
  25.     set the visibility of sprite 30  to 0
  26.     set the visibility of sprite 21 to 1
  27.     set the visibility of sprite 26 to 1
  28.     updatestage
  29.   end if
  30.   
  31.   
  32.   
  33.   if rollover(6) then 
  34.     set the visibility of sprite 21  to 0
  35.     set the visibility of sprite 22  to 1
  36.     set the visibility of sprite 23  to 0
  37.     set the visibility of sprite 25  to 0
  38.     set the visibility of sprite 24 to 0
  39.     set the visibility of sprite 26  to 0
  40.     set the visibility of sprite 27  to 1
  41.     set the visibility of sprite 28  to 0
  42.     set the visibility of sprite 30  to 0
  43.     set the visibility of sprite 29 to 0
  44.     updatestage
  45.   end if 
  46.   
  47.   
  48.   if rollover(4) then 
  49.     set the visibility of sprite 30 to 0
  50.     set the visibility of sprite 21 to 0
  51.     set the visibility of sprite 22  to 0
  52.     set the visibility of sprite 23  to 0
  53.     set the visibility of sprite 24  to 0
  54.     set the visibility of sprite 26 to 0
  55.     set the visibility of sprite 27  to 0
  56.     set the visibility of sprite 28  to 0
  57.     set the visibility of sprite 29  to 1
  58.     set the visibility of sprite 25 to 1 
  59.     updatestage
  60.   end if
  61.   
  62.   
  63.   
  64.   
  65.   if rollover(5) then 
  66.     set the visibility of sprite 27 to 0
  67.     set the visibility of sprite 26 to 0
  68.     set the visibility of sprite 24  to 0
  69.     set the visibility of sprite 25  to 0
  70.     set the visibility of sprite 22 to 0
  71.     set the visibility of sprite 21 to 0
  72.     set the visibility of sprite 24  to 0
  73.     set the visibility of sprite 25  to 0
  74.     set the visibility of sprite 30 to 1
  75.     set the visibility of sprite 23  to 1    
  76.     set the visibility of sprite 28 to 0
  77.     set the visibility of sprite 29 to 0
  78.     
  79.     updatestage
  80.   end if
  81.   
  82.   
  83.   if rollover (1)  = 0 then 
  84.     set the visibility of sprite 24 to 0 
  85.     set the visibility of sprite 28 to 0   
  86.   end if
  87.   if rollover (2)  = 0 then 
  88.     set the visibility of sprite 21 to 0 
  89.     set the visibility of sprite 26 to 0 
  90.   end if  
  91.   if rollover (6)  = 0 then 
  92.     set the visibility of sprite 22 to 0 
  93.     set the visibility of sprite 27 to 0 
  94.   end if 
  95.   if rollover (4)  = 0 then
  96.     set the visibility of sprite 25 to 0 
  97.     set the visibility of sprite 29 to 0 
  98.     
  99.   end if  
  100.   if rollover (5)  = 0 then 
  101.     set the visibility of sprite 23 to 0 
  102.     set the visibility of sprite 30 to 0 
  103.   end if
  104.   
  105.   
  106.   
  107.   go to the frame  
  108. end
  109.